1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Fix some typos from the cranky-clippy transition (#4417)

This commit is contained in:
YgorSouza
2024-04-26 07:46:25 +02:00
committed by GitHub
parent 2f508d6a61
commit 0bc59f578b
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# There is also a scripts/clippy_wasm/clippy.toml which forbids some mthods that are not available in wasm.
# There is also a scripts/clippy_wasm/clippy.toml which forbids some methods that are not available in wasm.
# -----------------------------------------------------------------------------
# Section identical to scripts/clippy_wasm/clippy.toml:
@@ -67,7 +67,7 @@ disallowed-types = [
# -----------------------------------------------------------------------------
# Allow-list of words for markdown in dosctrings https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
# Allow-list of words for markdown in docstrings https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
doc-valid-idents = [
# You must also update the same list in the root `clippy.toml`!
"AccessKit",