]> git.lizzy.rs Git - rust.git/commit
Use `file_set::FileSet` and `FileSet` consistently in doc
authorArnaud <arnaud.golfouse@free.fr>
Thu, 7 Jan 2021 11:18:25 +0000 (12:18 +0100)
committerArnaud <arnaud.golfouse@free.fr>
Thu, 7 Jan 2021 11:18:25 +0000 (12:18 +0100)
commitd216d718bf545052d77968688861f83861a0225b
tree35bd55a71bc6e867ad2870f9d1518afcd6981de4
parentf80f4ff223081040cfa0f72da6ddea8329e2f977
Use `file_set::FileSet` and `FileSet` consistently in doc

The first occurrence of `FileSet` has the full path (`file_set::FileSet`),
while every other is simply `FileSet`.
crates/vfs/src/lib.rs