Skip to content

Commit

Permalink
[x] use debug-ignore crate
Browse files Browse the repository at this point in the history
I open sourced this as a separate crate a bit ago -- use it here.
  • Loading branch information
sunshowers authored and bors-libra committed Dec 7, 2021
1 parent 0b7f3eb commit 6264488
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 35 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions devtools/x-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license = "Apache-2.0"

[dependencies]
camino = { version = "1.0.3", features = ["serde1"] }
debug-ignore = "1.0.1"
determinator = "0.7.0"
guppy = "0.12.3"
indoc = "1.0.3"
Expand Down
33 changes: 0 additions & 33 deletions devtools/x-core/src/debug_ignore.rs

This file was deleted.

3 changes: 1 addition & 2 deletions devtools/x-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@

use crate::{core_config::XCoreConfig, git::GitCli};
use camino::{Utf8Path, Utf8PathBuf};
use debug_ignore::DebugIgnore;
use graph::PackageGraphPlus;
use guppy::graph::PackageGraph;
use hakari::{HakariBuilder, HakariOutputOptions};
use once_cell::sync::OnceCell;

pub mod core_config;
mod debug_ignore;
mod errors;
pub mod git;
mod graph;
mod workspace_subset;

pub use debug_ignore::*;
pub use errors::*;
pub use workspace_subset::*;

Expand Down

0 comments on commit 6264488

Please sign in to comment.