We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f7edb commit 9ba1598Copy full SHA for 9ba1598
crates/spk-schema/src/build_spec.rs
@@ -28,7 +28,7 @@ const ARCH_ADDS: &[&OptName] = &[OptName::os(), OptName::arch()];
28
const OS_ADDS: &[&OptName] = &[OptName::os()];
29
const ANY_ADDS: &[&OptName] = &[];
30
31
-/// Set what level of cross-platform compatibility the built package
+/// Describes what level of cross-platform compatibility the built package
32
/// should have.
33
#[derive(
34
Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd, Deserialize, Serialize, Display, Default,
0 commit comments