You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +02:00 
			
		
		
		
	change imports_granularity value to 'Module' (#2947)
rustsc 1.89.0 says that the values are in PascalCase and will error out otherwise. Specfic message: `"module" is not one of ["Preserve","Crate","Module","Item","One"]`
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| # Please use a nightly rustfmt for these settings. | ||||
| unstable_features = true | ||||
| imports_granularity = "module" | ||||
| imports_granularity = "Module" | ||||
| wrap_comments = true | ||||
|  | ||||
| # The code blocks get a scrollbar if they are wider than this. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user