hedgedoc: mark unused param as unused
This commit is contained in:
		
							parent
							
								
									248f1f227a
								
							
						
					
					
						commit
						e4aae07113
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -96,6 +96,6 @@ impl HedgeDoc { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /// For the config, make a new pad ID (by actually making a pad.)
 | /// For the config, make a new pad ID (by actually making a pad.)
 | ||||||
| fn make_pad_id(key: &str, config: &crate::KV, is_dry_run: bool) -> Result<String, Box<dyn Error>> { | fn make_pad_id(_key: &str, config: &crate::KV, is_dry_run: bool) -> Result<String, Box<dyn Error>> { | ||||||
|     HedgeDoc::new(&config.get("hedgedoc-server-url").unwrap(), is_dry_run).create_pad() |     HedgeDoc::new(&config.get("hedgedoc-server-url").unwrap(), is_dry_run).create_pad() | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nobody
						nobody