• B
    current_dir -> getcwd · 027ca60d
    Ben S 提交于
    current_dir returns a new PathBuf, but getcwd returns an old Path. One day I'll have to upgrade to the new Path library. One day.
    
    Fixes #41.
    027ca60d
main.rs 4.8 KB