We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851a284 commit 0f1c687Copy full SHA for 0f1c687
src/cargo/util/config.rs
@@ -237,7 +237,8 @@ impl Config {
237
}
238
239
240
- pub fn get_path_and_args(&self, key: &str) -> CargoResult<Option<Value<(PathBuf, Vec<String>)>>> {
+ pub fn get_path_and_args(&self, key: &str)
241
+ -> CargoResult<Option<Value<(PathBuf, Vec<String>)>>> {
242
if let Some(mut val) = self.get_list_or_split_string(key)? {
243
if !val.val.is_empty() {
244
return Ok(Some(Value {
0 commit comments