• T
    Removing explicit uses of + mode · f78cdcb6
    Tim Chevalier 提交于
    This removes most explicit uses of the + argument mode. Pending a
    snapshot, I had to remove the forbid(deprecated_modes) pragma from
    a bunch of files. I'll put it back!
    
    + mode still has to be used in a few places for functions that get
    moved (see task.rs)
    
    The changes outside core and std are due to the to_bytes trait and
    making the compiler (with legacy modes on) agree with the libraries
    (with legacy modes off) about modes.
    f78cdcb6
os.rs 28.5 KB