slog icon indicating copy to clipboard operation
slog copied to clipboard

In documentation for slog::Key mention that it is only like that with certain features enabled.

Open nagisa opened this issue 4 years ago • 1 comments

Currently reading the documentation for Key reveals it has an implementation Key: From<String>, however without dynamic-key feature enabled it is be super confusing when an error like `the trait bound

&'static str: std::convert::From<std::string::String>` is not satisfied

is encountered.

nagisa avatar Aug 15 '19 18:08 nagisa

Good idea. Can you please fill a PR? Thanks!

dpc avatar Aug 27 '19 04:08 dpc