frozenlib / parse-display

Procedural macro to implement Display and FromStr using common settings.
Apache License 2.0
182 stars 14 forks source link

0.3.1 derive error #13

Closed elpiel closed 3 years ago

elpiel commented 3 years ago

Hello, I started experiencing failing builds today. I found this in the logs of our docker image builds:

error[E0433]: failed to resolve: use of undeclared crate or module `export`
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/parse-display-derive-0.3.1/src/lib.rs:1131:27
fn fmt(&self, f: &mut export::Formatter<'_>) -> std::fmt::Result {
                                 ^^^^^^ use of undeclared crate or module `export`
elpiel commented 3 years ago

Ahhh... my bad, I've overlooked the log version and thought it was 0.4.1

This is fixed in 0.4.1