beef

Results 35 issues of beef

The rationale is that if the user already has a `String`, using `ToString` will unnecessarily clone the `String` instead of assigning it directly. If you want, this can be done...

NOTE: https://github.com/alacritty/crossfont/pull/35/ has to be merged first. The current change modifies the dependency to point at my fork. It should point to a released version instead! Closes #50. We should...

## Feature Request ### Motivation There are times we don't have owned buffers but only have references to them. However the current `Codec` trait has a `'static` bound on the...

Continuation of #639. This should only be merged after the feature is stabilized.

S-waiting-on-author

For crates that require `unsafe` usage, it is possible to ensure all usages of `unsafe` are documented and justified as sound by adding `#![forbid(clippy::undocumented_unsafe_blocks)]` to the top of a crate....

enhancement
rfc

Fixes #9451. cc @alexcrichton To review this PR, you can look at the commit summaries and descriptions.

S-waiting-on-author