2 matches across 1 files for TODO lang:Markdown path:src/tools/clippy/book/src/README.md
snippet_mode: auto · sorted by relevance
src/tools/clippy/book/src/README.md MARKDOWN 2 matches view file →
35[^restrict]: Some use cases for `restriction` lints include:
36 - Strict coding styles (e.g. [`clippy::else_if_without_else`]).
37 - Additional restrictions on CI (e.g. [`clippy::todo`]).
38 - Preventing panicking in certain functions (e.g. [`clippy::unwrap_used`]).
39 - Running a lint only on a subset of code (e.g. `#[forbid(clippy::float_arithmetic)]` on a module).
· · ·
40
41[`clippy::else_if_without_else`]: https://rust-lang.github.io/rust-clippy/master/index.html#else_if_without_else
42[`clippy::todo`]: https://rust-lang.github.io/rust-clippy/master/index.html#todo
43[`clippy::unwrap_used`]: https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used
44
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.