docs(tvix/store): fix docstring for StorePath::to_absolute_path
Change-Id: I8b36c85fe11e4fb62e5d28f6900cd80d89a5cc41 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7854 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									0f7e4bec66
								
							
						
					
					
						commit
						4a256dda09
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -81,7 +81,7 @@ impl StorePath {
 | 
			
		|||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Converts the [StorePath] to an absolute store path string.
 | 
			
		||||
    /// Converts the [StorePath] to an absolute store path string.
 | 
			
		||||
    /// That is a string starting with the store prefix (/nix/store)
 | 
			
		||||
    pub fn to_absolute_path(&self) -> String {
 | 
			
		||||
        format!("{}/{}", STORE_DIR, self)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue