rust/rustfmt-core
topecongiro b4c85d1bcb Return the original snippet if the attribute contains invalid syntax
This allows us to keep formatting the macro def with attributes that become
invalid syntax when the `$` is replaced with `z`, e.g. `#[doc = $expr]`.
2018-02-20 14:48:46 +09:00
..
src Return the original snippet if the attribute contains invalid syntax 2018-02-20 14:48:46 +09:00
tests Return the original snippet if the attribute contains invalid syntax 2018-02-20 14:48:46 +09:00
Cargo.toml Create rustfmt_core crate 2018-02-07 22:48:05 +09:00