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 eb74baf commit 5a2ce4fCopy full SHA for 5a2ce4f
alpm/src/conflict.rs
@@ -163,7 +163,7 @@ impl<'a> FileConflict<'a> {
163
unsafe { from_cstr((*self.as_ptr()).file) }
164
}
165
166
- // TODO: check s can be null
+ // TODO: target is "" when empty. should be null instead.
167
pub fn conflicting_target(&self) -> Option<&'a str> {
168
let s = unsafe { from_cstr((*self.as_ptr()).target) };
169
0 commit comments