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 e0551fe commit e40026eCopy full SHA for e40026e
src/prepare.rs
@@ -391,6 +391,7 @@ pub enum PrepareError {
391
#[error("the crate depends on missing dependencies: \n\n{0}")]
392
MissingDependencies(String),
393
/// Some not further detaild error
394
+ #[doc(hidden)]
395
#[error("prepare failed without further details")]
396
Unknown,
397
}
0 commit comments