We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae948e commit 18180a9Copy full SHA for 18180a9
crates/spk-build/src/build/binary.rs
@@ -117,9 +117,9 @@ where
117
///
118
/// ```no_run
119
/// # use spk_schema::{recipe, foundation::option_map};
120
-/// # use spk_solve::Solver;
+/// # use spk_solve::StepSolver;
121
/// # async fn demo() {
122
-/// spk_build::BinaryPackageBuilder::<_, Solver>::from_recipe(recipe!({
+/// spk_build::BinaryPackageBuilder::<_, StepSolver>::from_recipe(recipe!({
123
/// "pkg": "my-pkg",
124
/// "build": {"script": "echo hello, world"},
125
/// }))
0 commit comments