Skip to content

Commit 1cef5c6

Browse files
committed
lint: silence cargo doc warning
1 parent cf070a1 commit 1cef5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpm-utils/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use alpm::{AlpmList, Db, Package, Result};
22

33
use crate::AsTarg;
44

5-
/// Extention for AlpmList<Db>
5+
/// Extentions for `AlpmList<Db>`.
66
pub trait DbListExt<'a> {
77
/// Similar to find_satisfier() but expects a Target instead of a &str.
88
fn find_target_satisfier<T: AsTarg>(&self, target: T) -> Option<Package<'a>>;

0 commit comments

Comments
 (0)