about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorLawrence Woodman <lwoodman@vlifesystems.com>2016-01-04 07:21:48 +0000
committerLawrence Woodman <lwoodman@vlifesystems.com>2016-01-04 07:21:48 +0000
commit0c3d6b46acce5d5fce9565d5e5b83f0b4e4fefbc (patch)
tree397e11c6c7758ba7e30e1a1ac12d1b152cfd2f00 /src/libstd
parent99e59dec5a8781817b4a1858535b1ffe11b8f735 (diff)
downloadrust-0c3d6b46acce5d5fce9565d5e5b83f0b4e4fefbc.tar.gz
rust-0c3d6b46acce5d5fce9565d5e5b83f0b4e4fefbc.zip
Add missing use statements
fs::File was being referenced without either calling via std::fs::File or by using File after having used fs::File.  Also Path was being referenced without first having used std::path::Path.
Diffstat (limited to 'src/libstd')
0 files changed, 0 insertions, 0 deletions