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.
cargo doc
1 parent cf070a1 commit 1cef5c6Copy full SHA for 1cef5c6
alpm-utils/src/db.rs
@@ -2,7 +2,7 @@ use alpm::{AlpmList, Db, Package, Result};
2
3
use crate::AsTarg;
4
5
-/// Extention for AlpmList<Db>
+/// Extentions for `AlpmList<Db>`.
6
pub trait DbListExt<'a> {
7
/// Similar to find_satisfier() but expects a Target instead of a &str.
8
fn find_target_satisfier<T: AsTarg>(&self, target: T) -> Option<Package<'a>>;
0 commit comments