File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -484,13 +484,21 @@ impl FormattingOptions {
484
484
}
485
485
486
486
#[ doc( hidden) ]
487
- #[ unstable( feature = "fmt_internals" , reason = "internal to standard library" , issue = "none" ) ]
487
+ #[ unstable(
488
+ feature = "fmt_internals" ,
489
+ reason = "internal routines only exposed for testing" ,
490
+ issue = "none"
491
+ ) ]
488
492
/// Flags for formatting
489
493
pub fn flags ( & mut self , flags : u32 ) {
490
494
self . flags = flags
491
495
}
492
496
#[ doc( hidden) ]
493
- #[ unstable( feature = "fmt_internals" , reason = "internal to standard library" , issue = "none" ) ]
497
+ #[ unstable(
498
+ feature = "fmt_internals" ,
499
+ reason = "internal routines only exposed for testing" ,
500
+ issue = "none"
501
+ ) ]
494
502
/// Flags for formatting
495
503
pub fn get_flags ( & self ) -> u32 {
496
504
self . flags
You can’t perform that action at this time.
0 commit comments