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 8e08680 commit de77eb1Copy full SHA for de77eb1
src/cargo/util/toml/mod.rs
@@ -36,6 +36,9 @@ use crate::util::{
36
mod targets;
37
use self::targets::targets;
38
39
+pub use toml_edit::de::Error as TomlDeError;
40
+pub use toml_edit::TomlError as TomlEditError;
41
+
42
/// Loads a `Cargo.toml` from a file on disk.
43
///
44
/// This could result in a real or virtual manifest being returned.
0 commit comments