mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Show the innermost debug rectangle when pressing all modifier keys (#4782)
This is usually what the user is interested in.
This commit is contained in:
@@ -42,7 +42,7 @@ disallowed-types = [
|
||||
# { path = "std::path::PathBuf", reason = "Can't read/write files on web" }, // TODO(emilk): consider banning Path on wasm
|
||||
]
|
||||
|
||||
# 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