That will give more context to errors when dealing with filesystem operations. To replace it: ```rust // Replace this use std::fs; // By this use fs_err as fs; ```