File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
#![ plugin( clippy) ]
3
3
4
4
#[ warn( str_to_string) ]
5
- //~^WARNING: warning: lint str_to_string has been removed: using `str::to_string`
5
+ //~^WARNING: lint str_to_string has been removed: using `str::to_string`
6
6
#[ warn( string_to_string) ]
7
- //~^WARNING: warning: lint string_to_string has been removed: using `string::to_string`
7
+ //~^WARNING: lint string_to_string has been removed: using `string::to_string`
8
8
#[ warn( unstable_as_slice) ]
9
- //~^WARNING: warning: lint unstable_as_slice has been removed: `Vec::as_slice` has been stabilized
9
+ //~^WARNING: lint unstable_as_slice has been removed: `Vec::as_slice` has been stabilized
10
10
#[ warn( unstable_as_mut_slice) ]
11
- //~^WARNING: warning: lint unstable_as_mut_slice has been removed: `Vec::as_mut_slice` has been stabilized
11
+ //~^WARNING: lint unstable_as_mut_slice has been removed: `Vec::as_mut_slice` has been stabilized
12
12
fn main ( ) { }
You can’t perform that action at this time.
0 commit comments