Bugfix for text codeblock in documentation.#286
Conversation
|
Looks like rust-lang/rust#115914 just relaxed that to a warning, but that's still annoying. Since your change has the right formatting without warning or error, even on older Rust, it's a reasonable change anyway. Thanks! bors r+ |
|
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
|
Could a new patch release with this PR be pushed out soon? This presumably breaks CI workflow in many crates |
|
@robamu could this be released as |
|
I am not a maintainer of this crate. @cuviper is probably the better person to ask. |
|
Published via #289. |
Fixes #285 .
From what I have seen, the local output generated with
cargo +nightly doc --open(rustc v1.74.0 nightly 203c57dbe) does not look differently than the most current one found here: https://docs.rs/num-traits/latest/num_traits/identities/trait.One.htmlPropably related to rust-lang/rust#110800 ? If it is, then the issue might be fixed soon and this PR should be ignored..