We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762651d commit 8116f4fCopy full SHA for 8116f4f
crates/vfs/src/tree/builder.rs
@@ -79,7 +79,7 @@ impl<T: BlitFile> TreeBuilder<T> {
79
}
80
81
/// Generate the final tree by baking all inputs
82
- pub fn tree(&self) -> Result<Tree<T>, Error> {
+ pub fn tree(self) -> Result<Tree<T>, Error> {
83
// Chain all directories, replace implicits with explicit
84
let all_dirs = self
85
.explicit
0 commit comments