Skip to content

Commit

Permalink
Merge pull request #882 from Jefffrey/verify_workspace_inheritance
Browse files Browse the repository at this point in the history
Make verify compatible with workspace inheritance
  • Loading branch information
foresterre authored Feb 9, 2024
2 parents 3a509c7 + 87e995b commit 8a3b41e
Show file tree
Hide file tree
Showing 16 changed files with 191 additions and 286 deletions.
4 changes: 0 additions & 4 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use std::string::FromUtf8Error;
use crate::cli::rust_releases_opts::{ParseEditionError, ParseEditionOrVersionError};
use crate::log_level::ParseLogLevelError;
use crate::manifest::bare_version::{BareVersion, NoVersionMatchesManifestMsrvError};
use crate::manifest::reader::ManifestReaderError;
use crate::manifest::ManifestParseError;
use rust_releases::Release;

Expand Down Expand Up @@ -52,9 +51,6 @@ pub enum CargoMSRVError {
#[error(transparent)]
ManifestParseError(#[from] ManifestParseError),

#[error(transparent)]
ManifestReaderError(#[from] ManifestReaderError),

#[error("No crate root found for given crate")]
NoCrateRootFound,

Expand Down
Loading

0 comments on commit 8a3b41e

Please sign in to comment.