mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
parent
2b69c84396
commit
fdbd6bb11a
171 changed files with 419 additions and 29 deletions
|
@ -1,6 +1,5 @@
|
|||
use walkdir::WalkDir;
|
||||
|
||||
use ra_tools::{gen_tests, generate_boilerplate, project_root, run_rustfmt, Verify};
|
||||
use walkdir::WalkDir;
|
||||
|
||||
#[test]
|
||||
fn generated_grammar_is_fresh() {
|
||||
|
@ -36,7 +35,7 @@ fn no_todo() {
|
|||
let text = std::fs::read_to_string(e.path()).unwrap();
|
||||
if text.contains("TODO") || text.contains("TOOD") {
|
||||
panic!(
|
||||
"\nTODO markers should not be commited to the master branch,\n\
|
||||
"\nTODO markers should not be committed to the master branch,\n\
|
||||
use FIXME instead\n\
|
||||
{}\n",
|
||||
e.path().display(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue