Skip to content

Commit 8bfe0aa

Browse files
committed
Auto merge of rust-lang#15880 - lnicola:vfs-toml, r=Veykril
internal: Include toml files in the vfs Closes rust-lang#15753
2 parents 1152f59 + bad3d9e commit 8bfe0aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/load-cargo/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ impl ProjectFolders {
208208
let entry = {
209209
let mut dirs = vfs::loader::Directories::default();
210210
dirs.extensions.push("rs".into());
211+
dirs.extensions.push("toml".into());
211212
dirs.include.extend(root.include);
212213
dirs.exclude.extend(root.exclude);
213214
for excl in global_excludes {

0 commit comments

Comments
 (0)