Merge pull request #16 from CryZe/patch-1
Fix cargo-fmt problem matcher
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/rust.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/rust.json
									
									
									
									
										vendored
									
									
								
							@@ -33,7 +33,7 @@
 | 
			
		||||
            "owner": "cargo-fmt",
 | 
			
		||||
            "pattern": [
 | 
			
		||||
                {
 | 
			
		||||
                    "regexp": "^(Diff in (\\S+)) at line (\\d):",
 | 
			
		||||
                    "regexp": "^(Diff in (\\S+)) at line (\\d+):",
 | 
			
		||||
                    "message": 1,
 | 
			
		||||
                    "file": 2,
 | 
			
		||||
                    "line": 3
 | 
			
		||||
@@ -41,4 +41,4 @@
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user