std: fix a warning
This commit is contained in:
parent
d625d4a598
commit
b8a284e873
1 changed files with 1 additions and 1 deletions
|
@ -383,5 +383,5 @@ mod test {
|
|||
#[test] fn iterbytes_compiles () {
|
||||
takes_iterbytes((3,4,5,false));
|
||||
}
|
||||
fn takes_iterbytes<T : IterBytes>(x : T) {}
|
||||
fn takes_iterbytes<T : IterBytes>(_x : T) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue