Apply patch from perillamint on github
One missing bit Debug implementation for source_url
This commit is contained in:
		
							parent
							
								
									5faeaf6371
								
							
						
					
					
						commit
						f5fed2fce1
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -121,6 +121,7 @@ impl std::fmt::Debug for Config {
 | 
			
		|||
            .field("base_uri", &self.base_uri.to_string())
 | 
			
		||||
            .field("sled_path", &self.sled_path)
 | 
			
		||||
            .field("source_repo", &self.source_repo.to_string())
 | 
			
		||||
            .field("source_url", &self.source_url.to_string())
 | 
			
		||||
            .field(
 | 
			
		||||
                "opentelemetry_url",
 | 
			
		||||
                &self.opentelemetry_url.as_ref().map(|url| url.to_string()),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue