mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
fix: Remove println
This commit is contained in:
parent
4011703af5
commit
360b4bcc04
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2948,7 +2948,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "testing_macros"
|
||||
version = "0.1.2"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"glob",
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
license = "Apache-2.0/MIT"
|
||||
name = "testing_macros"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -107,7 +107,6 @@ pub fn expand(callee: &Ident, attr: Config) -> Result<Vec<ItemFn>, Error> {
|
||||
));
|
||||
let resolved_path = RelativePath::new(&attr.pattern).to_path(&base_dir);
|
||||
let pattern = resolved_path.to_string_lossy();
|
||||
eprintln!("{}: ", resolved_path.display());
|
||||
|
||||
let paths =
|
||||
glob(&pattern).with_context(|| format!("glob failed for whole path: `{}`", pattern))?;
|
||||
|
Loading…
Reference in New Issue
Block a user