We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d240bb commit 851ccf7Copy full SHA for 851ccf7
src/db/types.rs
@@ -6,6 +6,7 @@ use serde::Serialize;
6
pub struct Feature {
7
pub(crate) name: String,
8
pub(crate) subfeatures: Vec<String>,
9
+ /// [`None`] when this crate was built before optional dependencies were tracked
10
pub(crate) optional_dependency: Option<bool>,
11
}
12
0 commit comments