1,905 matches across 25 files for TODO lang:Rust lang:Rust
snippet_mode: summary · sorted by relevance
36▶// Action::Move { distance } => ${1:todo!()},
+ 135 more matches in this file
+ 76 more matches in this file
+ 11 more matches in this file
10▶//! * No `TODO` or `XXX` directives.
+ 4 more matches in this file
17▶ (None, Some(_)) => todo!("{self:#?}"), // Likely an invalid case
+ 6 more matches in this file
145▶/// Checks if the given expression is a macro call to `todo!()` or `unimplemented!()`.
+ 11 more matches in this file
+ 38 more matches in this file
220▶ // TODO: set xx to the version one below the MSRV used by the lint, and yy to
+ 7 more matches in this file
29▶ /// fn clone(&self) -> Self { todo!() }
+ 4 more matches in this file
+ 65 more matches in this file
3▶use clippy_utils::usage::is_todo_unimplemented_stub;
+ 3 more matches in this file
116▶ ExprFillDefaultMode::Todo => make::ext::expr_todo(),
+ 5 more matches in this file
329▶ // TODO: Handle negative integers. They're currently treated as a wild match.
+ 3 more matches in this file
+ 23 more matches in this file
+ 2 more matches in this file
41▶ /// Checks for usage of `todo!`.
+ 8 more matches in this file
487▶ // TODO(calebcartwright): consider enabling box_patterns feature gate
+ 5 more matches in this file
+ 5 more matches in this file
33▶ todo: HashSet<&'a Id>,
+ 3 more matches in this file
1102▶ let mut todo = start;
+ 7 more matches in this file
119▶/// TODO: Support more complex patterns.
+ 2 more matches in this file
89▶ // TODO: this matches musl behavior, but it is incorrect
457▶ ty::UnsafeBinder(_) => todo!(),
+ 4 more matches in this file
292▶ todo: Vec<(T, PATH)>,
+ 6 more matches in this file
92▶ // TODO: check all the references made in the scrutinee expression. This will require interacting
+ 1 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |