ogham / rust-number-prefix

Library for numeric prefixes, such as “Kilo” or “Giga” or “Kibi”.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler warnings

marcusklaas opened this issue · comments

Mostly of the form

warning: the trait `core::marker::Sized` is not implemented for the type `Self` [E0277]

. The compiler warns that this will be a hard error in the next stable version.

Could I get your rustc --version please? I'm not seeing these warnings on stable or nightly.

Woops, I attributed this warning to the wrong project. Apologies, and thanks for the awesome crate!

hehe! thanks 👍