Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8c29e8b

Browse files
committed
Update rustfmt-config_proc_macro to 0.1.2
1 parent a8ca806 commit 8c29e8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config_proc_macro/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config_proc_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustfmt-config_proc_macro"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["topecongiro <[email protected]>"]
55
edition = "2018"
66
description = "A collection of procedural macros for rustfmt"

config_proc_macro/tests/smoke.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub mod config {
77
#[allow(dead_code)]
88
#[allow(unused_imports)]
99
mod tests {
10-
use config_proc_macro::config_type;
10+
use rustfmt_config_proc_macro::config_type;
1111

1212
#[config_type]
1313
enum Bar {

0 commit comments

Comments
 (0)