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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user