Skip to content

Commit 1d28808

Browse files
committed
fix new clippy warning
1 parent 341fc9d commit 1d28808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ impl Config {
696696
/// # Arguments
697697
/// * `name`: the name of the library, as defined in `Cargo.toml`
698698
/// * `func`: closure called when internally building the library.
699+
///
699700
/// It receives as argument the library name, and the minimum version required.
700701
pub fn add_build_internal<F>(self, name: &str, func: F) -> Self
701702
where

0 commit comments

Comments
 (0)