File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ cloned_instead_of_copied = "warn"
6565copy_iterator = " warn"
6666default_trait_access = " warn"
6767doc_link_with_quotes = " warn"
68- doc_markdown = " allow "
68+ doc_markdown = " warn "
6969empty_enum = " warn"
7070enum_glob_use = " allow"
7171expl_impl_clone_on_copy = " warn"
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ macro_rules! impl_eq_hash {
238238/// the initial budget. The budget prevents the generated structure from becoming too deep, which
239239/// could cause issues in the code that processes these structures.
240240///
241- /// https://github.com/rust-fuzz/arbitrary/issues/78
241+ /// < https://github.com/rust-fuzz/arbitrary/issues/78>
242242#[ cfg( feature = "arbitrary" ) ]
243243trait ArbitraryRec : Sized {
244244 /// Generate a recursive structure from unstructured data.
You can’t perform that action at this time.
0 commit comments