Clippy fixes.
This commit is contained in:
		
							parent
							
								
									269e23c1b1
								
							
						
					
					
						commit
						68f3f2e159
					
				| @ -93,7 +93,7 @@ pub(crate) fn broken_end<'b, 'g, 'r, 's>( | ||||
| 
 | ||||
| #[cfg_attr(
 | ||||
|     feature = "tracing", | ||||
|     tracing::instrument(ret, level = "debug", skip(context)) | ||||
|     tracing::instrument(ret, level = "debug", skip(_context)) | ||||
| )] | ||||
| pub(crate) fn detect_broken_end<'b, 'g, 'r, 's>( | ||||
|     _context: RefContext<'b, 'g, 'r, 's>, | ||||
| @ -152,7 +152,7 @@ pub(crate) fn broken_dynamic_block<'b, 'g, 'r, 's>( | ||||
| 
 | ||||
| #[cfg_attr(
 | ||||
|     feature = "tracing", | ||||
|     tracing::instrument(ret, level = "debug", skip(context)) | ||||
|     tracing::instrument(ret, level = "debug", skip(_context)) | ||||
| )] | ||||
| pub(crate) fn detect_broken_dynamic_block<'b, 'g, 'r, 's>( | ||||
|     _context: RefContext<'b, 'g, 'r, 's>, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Alexander
						Tom Alexander