mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
Auto stash before merge of "master" and "origin/master"
This commit is contained in:
parent
c9945b8a85
commit
74b2901d02
@ -101,12 +101,12 @@ fn main() {
|
||||
Err(why) => panic!("couldn't read {}: {:?}", display, why),
|
||||
Ok(..) => println!("{:?}", reader),
|
||||
}
|
||||
|
||||
println!("{:?}", file);
|
||||
let mut file = match File::create(&path) {
|
||||
Err(why) => panic!("couldn't create {}: {:?}", display, why),
|
||||
Ok(file) => file,
|
||||
};
|
||||
println!("{}", reader);
|
||||
// println!("{:?}", file);
|
||||
// let mut file = match File::create(&path) {
|
||||
// Err(why) => panic!("couldn't create {}: {:?}", display, why),
|
||||
// Ok(file) => file,
|
||||
// };
|
||||
// match file.write_all(LOREM_IPSUM.as_bytes()) {
|
||||
// Err(why) => {
|
||||
// panic!("couldn't write to {}: {:?}", display, why)
|
||||
|
Loading…
x
Reference in New Issue
Block a user