File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,8 @@ fn run_doc_tests(
260
260
p. arg ( "--test-args" ) . arg ( "--quiet" ) ;
261
261
}
262
262
263
+ p. args ( unit. pkg . manifest ( ) . lint_rustflags ( ) ) ;
264
+
263
265
p. args ( args) ;
264
266
265
267
if * unstable_opts {
Original file line number Diff line number Diff line change @@ -688,18 +688,6 @@ pub const Ĕ: i32 = 2;
688
688
[COMPILING] foo v0.0.1 ([CWD])
689
689
[FINISHED] test [unoptimized + debuginfo] target(s) in [..]s
690
690
[DOCTEST] foo
691
- warning: identifier pair considered confusable between `Ě` and `Ĕ`
692
- --> src/lib.rs:12:11
693
- |
694
- 11 | pub const Ě: i32 = 1;
695
- | - this is where the previous identifier occurred
696
- 12 | pub const Ĕ: i32 = 2;
697
- | ^
698
- |
699
- = note: `#[warn(confusable_idents)]` on by default
700
-
701
- [WARNING] 1 warning emitted
702
-
703
691
" ,
704
692
)
705
693
. run ( ) ;
You can’t perform that action at this time.
0 commit comments