We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341fc9d commit 1d28808Copy full SHA for 1d28808
src/lib.rs
@@ -696,6 +696,7 @@ impl Config {
696
/// # Arguments
697
/// * `name`: the name of the library, as defined in `Cargo.toml`
698
/// * `func`: closure called when internally building the library.
699
+ ///
700
/// It receives as argument the library name, and the minimum version required.
701
pub fn add_build_internal<F>(self, name: &str, func: F) -> Self
702
where
0 commit comments