We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
src/tools/libcxx-version
1 parent 52d9f85 commit 480670eCopy full SHA for 480670e
src/tools/libcxx-version/main.cpp
@@ -4,8 +4,6 @@
4
//
5
// It's nothing more than specifying the name of the standard library implementation (either libstdc++ or libc++)
6
// and its major version.
7
-//
8
-// ignore-tidy-linelength
9
10
#include <iostream>
11
src/tools/tidy/src/walk.rs
@@ -16,6 +16,7 @@ pub fn filter_dirs(path: &Path) -> bool {
16
"library/stdarch",
17
"src/tools/cargo",
18
"src/tools/clippy",
19
+ "src/tools/libcxx-version",
20
"src/tools/miri",
21
"src/tools/rust-analyzer",
22
"src/tools/rustc-perf",
0 commit comments