File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub mod sccsfile;
1818pub mod testing;
1919pub mod utmpx;
2020
21- pub const PROJECT_NAME : & ' static str = "posixutils-rs" ;
21+ pub const PROJECT_NAME : & str = "posixutils-rs" ;
2222
2323pub const BUFSZ : usize = 8 * 1024 ;
2424
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ use termios::{
2323 Termios , TCSANOW ,
2424} ;
2525
26- const HDR_SAVE : & ' static str = "pfmt1" ;
26+ const HDR_SAVE : & str = "pfmt1" ;
2727
2828#[ derive( Parser ) ]
2929#[ command( version, about = gettext( "stty - set the options for a terminal" ) ) ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use plib::PROJECT_NAME;
1616use std:: ffi:: OsStr ;
1717use std:: path:: { Component , Path } ;
1818
19- const PWD_ENV : & ' static str = "PWD" ;
19+ const PWD_ENV : & str = "PWD" ;
2020
2121/// pwd - return working directory name
2222#[ derive( Parser ) ]
You can’t perform that action at this time.
0 commit comments