mirror of
https://github.com/BurntSushi/jiff.git
synced 2025-12-23 08:47:45 +00:00
Woohoo. We can finally use the proc macro. It was very satisfying seeing these tests run and pass on the first try. :-)
5 lines
138 B
Rust
5 lines
138 B
Rust
// See: https://github.com/rust-lang/rust/pull/121364
|
|
#![allow(unknown_lints, ambiguous_negative_literals)]
|
|
|
|
mod procmacro;
|
|
mod tc39_262;
|