Skip to content

Commit

Permalink
[meta] fix ci failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jul 28, 2023
1 parent 61290f0 commit 6d05d0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guppy/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

use crate::{graph::feature::FeatureId, PackageId};
use camino::Utf8PathBuf;
use guppy_summaries::errors::TomlSerializeError;
use std::{error, fmt};
pub use target_spec::Error as TargetSpecError;
use Error::*;
Expand Down Expand Up @@ -71,7 +70,7 @@ pub enum Error {
},
/// An error occurred while serializing to TOML.
#[cfg(feature = "summaries")]
TomlSerializeError(TomlSerializeError),
TomlSerializeError(guppy_summaries::errors::TomlSerializeError),
}

impl Error {
Expand Down

0 comments on commit 6d05d0c

Please sign in to comment.