mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Remove deprecated mutable type constructor from run-pass/issue-511
This was triggering a warning that was making the pretty-print test fail
This commit is contained in:
parent
cee7b4caee
commit
93b9574d32
@ -1,7 +1,7 @@
|
||||
use std;
|
||||
import std::option;
|
||||
|
||||
fn f<@T>(&o: mutable option::t<T>) {
|
||||
fn f<@T>(&o: option::t<T>) {
|
||||
assert o == option::none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user