1
0
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:
Emil Ernerfeldt
2024-07-05 08:36:56 +02:00
committed by GitHub
parent ad597a8491
commit 143119943d
8 changed files with 135 additions and 98 deletions

View File

@@ -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",