Removed all instances of XXX in preparation for relaxing of FIXME rule
This commit is contained in:
parent
838b5a4cc0
commit
cc61fc0994
72 changed files with 119 additions and 119 deletions
|
|
@ -459,7 +459,7 @@ impl PkgSrc {
|
|||
subcfgs,
|
||||
opt,
|
||||
what);
|
||||
// XXX: result is an Option<Path>. The following code did not take that
|
||||
// FIXME: result is an Option<Path>. The following code did not take that
|
||||
// into account. I'm not sure if the workcache really likes seeing the
|
||||
// output as "Some(\"path\")". But I don't know what to do about it.
|
||||
// FIXME (#9639): This needs to handle non-utf8 paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue