Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Eh, Rust is buggy on principle
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 5, 2018
1 parent 2f9ab67 commit 590930d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub struct CargoConfig {
}

impl CargoConfig {
#[allow(deprecated)]
pub fn new<P: AsRef<Path>>(project_path: P) -> CDResult<Option<Self>> {
let mut project_path = project_path.as_ref();
loop {
Expand Down

0 comments on commit 590930d

Please sign in to comment.