File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -774,7 +774,6 @@ impl OsStr {
774774 /// [`make_ascii_lowercase`]: #method.make_ascii_lowercase
775775 #[ unstable( feature = "osstring_ascii" , issue = "none" ) ]
776776 pub fn to_ascii_lowercase ( & self ) -> OsString {
777- // OsString::from_inner(Buf::from_inner(self.inner.inner.to_ascii_lowercase()))
778777 OsString :: from_inner ( self . inner . to_ascii_lowercase ( ) )
779778 }
780779
@@ -799,7 +798,6 @@ impl OsStr {
799798 /// [`make_ascii_uppercase`]: #method.make_ascii_uppercase
800799 #[ unstable( feature = "osstring_ascii" , issue = "none" ) ]
801800 pub fn to_ascii_uppercase ( & self ) -> OsString {
802- // OsString::from_inner(Buf::from_inner(self.inner.inner.to_ascii_lowercase()))
803801 OsString :: from_inner ( self . inner . to_ascii_uppercase ( ) )
804802 }
805803
You can’t perform that action at this time.
0 commit comments