@@ -403,7 +403,7 @@ impl KoreanTraditional {
403403 /// Use [`Self::new`].
404404 #[ cfg( feature = "serde" ) ]
405405 #[ doc = icu_provider:: gen_buffer_unstable_docs!( BUFFER , Self :: new) ]
406- #[ deprecated( since = "2.1.0" , note = "use `Self::new()" ) ]
406+ #[ deprecated( since = "2.1.0" , note = "use `Self::new()` " ) ]
407407 pub fn try_new_with_buffer_provider (
408408 _provider : & ( impl BufferProvider + ?Sized ) ,
409409 ) -> Result < Self , DataError > {
@@ -412,13 +412,13 @@ impl KoreanTraditional {
412412
413413 /// Use [`Self::new`].
414414 #[ doc = icu_provider:: gen_buffer_unstable_docs!( UNSTABLE , Self :: new) ]
415- #[ deprecated( since = "2.1.0" , note = "use `Self::new()" ) ]
415+ #[ deprecated( since = "2.1.0" , note = "use `Self::new()` " ) ]
416416 pub fn try_new_unstable < D : ?Sized > ( _provider : & D ) -> Result < Self , DataError > {
417417 Ok ( Self :: new ( ) )
418418 }
419419
420420 /// Use [`Self::new`].
421- #[ deprecated( since = "2.1.0" , note = "use `Self::new()" ) ]
421+ #[ deprecated( since = "2.1.0" , note = "use `Self::new()` " ) ]
422422 pub fn new_always_calculating ( ) -> Self {
423423 Self :: new ( )
424424 }
@@ -550,21 +550,21 @@ impl ChineseTraditional {
550550
551551 #[ cfg( feature = "serde" ) ]
552552 #[ doc = icu_provider:: gen_buffer_unstable_docs!( BUFFER , Self :: new) ]
553- #[ deprecated( since = "2.1.0" , note = "use `Self::new()" ) ]
553+ #[ deprecated( since = "2.1.0" , note = "use `Self::new()` " ) ]
554554 pub fn try_new_with_buffer_provider (
555555 _provider : & ( impl BufferProvider + ?Sized ) ,
556556 ) -> Result < Self , DataError > {
557557 Ok ( Self :: new ( ) )
558558 }
559559
560560 #[ doc = icu_provider:: gen_buffer_unstable_docs!( UNSTABLE , Self :: new) ]
561- #[ deprecated( since = "2.1.0" , note = "use `Self::new()" ) ]
561+ #[ deprecated( since = "2.1.0" , note = "use `Self::new()` " ) ]
562562 pub fn try_new_unstable < D : ?Sized > ( _provider : & D ) -> Result < Self , DataError > {
563563 Ok ( Self :: new ( ) )
564564 }
565565
566566 /// Use [`Self::new()`].
567- #[ deprecated( since = "2.1.0" , note = "use `Self::new()" ) ]
567+ #[ deprecated( since = "2.1.0" , note = "use `Self::new()` " ) ]
568568 pub fn new_always_calculating ( ) -> Self {
569569 Self :: new ( )
570570 }
0 commit comments