FORMAT PLZ
This commit is contained in:
parent
aaacf4c336
commit
fe16db6a2f
|
@ -75,7 +75,10 @@ impl DirectorySpecificEnvironment {
|
||||||
k.clone(),
|
k.clone(),
|
||||||
v.to_str()
|
v.to_str()
|
||||||
.ok_or_else(|| {
|
.ok_or_else(|| {
|
||||||
Error::new(ErrorKind::Other, format!("{:?} is not valid unicode", v))
|
Error::new(
|
||||||
|
ErrorKind::Other,
|
||||||
|
format!("{:?} is not valid unicode", v),
|
||||||
|
)
|
||||||
})?
|
})?
|
||||||
.to_string(),
|
.to_string(),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user