Skip to content

Commit

Permalink
Fix wrong doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Jul 2, 2022
1 parent d69b731 commit b229536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages.rs
Expand Up @@ -34,7 +34,7 @@ pub struct ArtifactProfile {
pub struct Artifact {
/// The package this artifact belongs to
pub package_id: PackageId,
/// Path containing the `Cargo.toml`
/// Path to the `Cargo.toml` file
pub manifest_path: Utf8PathBuf,
/// The target this artifact was compiled for
pub target: Target,
Expand Down

0 comments on commit b229536

Please sign in to comment.