oracle / railcar

RailCar: Rust implementation of the Open Containers Initiative oci-runtime
Other
1.12k stars 101 forks source link

fixed build warning about unnecessary mutable 'let mut pfds = ' #34

Closed crush-157 closed 6 years ago

crush-157 commented 6 years ago

Build was complaining that pfds does not need to be mutable.

Have made it immutable instead.