mirror of
				https://github.com/serde-rs/serde.git
				synced 2025-11-04 07:24:31 +00:00 
			
		
		
		
	Work around doc_link_with_quotes pedantic clippy lint
warning: possible intra-doc link using quotes instead of backticks
      --> serde/src/de/mod.rs:67:41
       |
    67 | //!    - Rc\<T\> *(if* features = ["rc"] *is enabled)*
       |                                         ^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
       = note: `-W clippy::doc-link-with-quotes` implied by `-W clippy::pedantic`
       = help: to override `-W clippy::pedantic` add `#[allow(clippy::doc_link_with_quotes)]`
    warning: possible intra-doc link using quotes instead of backticks
      --> serde/src/de/mod.rs:68:42
       |
    68 | //!    - Arc\<T\> *(if* features = ["rc"] *is enabled)*
       |                                          ^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
    warning: possible intra-doc link using quotes instead of backticks
      --> serde/src/ser/mod.rs:64:41
       |
    64 | //!    - Rc\<T\> *(if* features = ["rc"] *is enabled)*
       |                                         ^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
    warning: possible intra-doc link using quotes instead of backticks
      --> serde/src/ser/mod.rs:65:42
       |
    65 | //!    - Arc\<T\> *(if* features = ["rc"] *is enabled)*
       |                                          ^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
			
			
This commit is contained in:
		
							parent
							
								
									44613c7d01
								
							
						
					
					
						commit
						a0e68698e3
					
				@ -64,8 +64,8 @@
 | 
				
			|||||||
//!    - RefCell\<T\>
 | 
					//!    - RefCell\<T\>
 | 
				
			||||||
//!    - Mutex\<T\>
 | 
					//!    - Mutex\<T\>
 | 
				
			||||||
//!    - RwLock\<T\>
 | 
					//!    - RwLock\<T\>
 | 
				
			||||||
//!    - Rc\<T\> *(if* features = ["rc"] *is enabled)*
 | 
					//!    - Rc\<T\> *(if* features = \["rc"\] *is enabled)*
 | 
				
			||||||
//!    - Arc\<T\> *(if* features = ["rc"] *is enabled)*
 | 
					//!    - Arc\<T\> *(if* features = \["rc"\] *is enabled)*
 | 
				
			||||||
//!  - **Collection types**:
 | 
					//!  - **Collection types**:
 | 
				
			||||||
//!    - BTreeMap\<K, V\>
 | 
					//!    - BTreeMap\<K, V\>
 | 
				
			||||||
//!    - BTreeSet\<T\>
 | 
					//!    - BTreeSet\<T\>
 | 
				
			||||||
 | 
				
			|||||||
@ -61,8 +61,8 @@
 | 
				
			|||||||
//!    - RefCell\<T\>
 | 
					//!    - RefCell\<T\>
 | 
				
			||||||
//!    - Mutex\<T\>
 | 
					//!    - Mutex\<T\>
 | 
				
			||||||
//!    - RwLock\<T\>
 | 
					//!    - RwLock\<T\>
 | 
				
			||||||
//!    - Rc\<T\> *(if* features = ["rc"] *is enabled)*
 | 
					//!    - Rc\<T\> *(if* features = \["rc"\] *is enabled)*
 | 
				
			||||||
//!    - Arc\<T\> *(if* features = ["rc"] *is enabled)*
 | 
					//!    - Arc\<T\> *(if* features = \["rc"\] *is enabled)*
 | 
				
			||||||
//!  - **Collection types**:
 | 
					//!  - **Collection types**:
 | 
				
			||||||
//!    - BTreeMap\<K, V\>
 | 
					//!    - BTreeMap\<K, V\>
 | 
				
			||||||
//!    - BTreeSet\<T\>
 | 
					//!    - BTreeSet\<T\>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user