Update rustfmt-config_proc_macro to 0.1.2
This commit is contained in:
parent
a8ca806a5e
commit
8c29e8be74
2
config_proc_macro/Cargo.lock
generated
2
config_proc_macro/Cargo.lock
generated
@ -18,7 +18,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustfmt-config_proc_macro"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustfmt-config_proc_macro"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["topecongiro <seuchida@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A collection of procedural macros for rustfmt"
|
||||
|
@ -7,7 +7,7 @@ pub mod config {
|
||||
#[allow(dead_code)]
|
||||
#[allow(unused_imports)]
|
||||
mod tests {
|
||||
use config_proc_macro::config_type;
|
||||
use rustfmt_config_proc_macro::config_type;
|
||||
|
||||
#[config_type]
|
||||
enum Bar {
|
||||
|
Loading…
x
Reference in New Issue
Block a user