File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#![ allow( clippy:: unwrap_used) ]
2+ #![ allow( clippy:: incompatible_msrv) ]
23
34use std:: io:: Write as _;
45
Original file line number Diff line number Diff line change 11#![ allow( clippy:: unwrap_used) ]
2+ #![ allow( clippy:: incompatible_msrv) ]
23
34#[ derive( Default ) ]
45struct Strip ( String ) ;
Original file line number Diff line number Diff line change 1+ #![ allow( clippy:: incompatible_msrv) ]
2+
13#[ divan:: bench( args = DATA ) ]
24fn nop ( data : & Data ) -> Vec < ( anstyle:: Style , String ) > {
35 let mut state = anstream:: adapter:: WinconBytes :: new ( ) ;
Original file line number Diff line number Diff line change @@ -311,7 +311,6 @@ macro_rules! eprintln {
311311/// [`std::panic::set_hook()`]: ../std/panic/fn.set_hook.html
312312/// [`panic_any`]: ../std/panic/fn.panic_any.html
313313/// [`Box`]: ../std/boxed/struct.Box.html
314- /// [`Any`]: crate::any::Any
315314/// [`format!`]: ../std/macro.format.html
316315/// [book]: ../book/ch09-00-error-handling.html
317316/// [`std::result`]: ../std/result/index.html
You can’t perform that action at this time.
0 commit comments