1
Fork 0

Add an unstable option to print all unversioned files

This allows sharing those files between different doc invocations
without having to know their names ahead of time.
This commit is contained in:
Joshua Nelson 2021-03-05 10:54:37 -05:00
parent 69a879f3d1
commit 173d2aaa00
6 changed files with 51 additions and 18 deletions

View file

@ -33,6 +33,7 @@ mod print_item;
mod write_shared;
crate use context::*;
crate use write_shared::FILES_UNVERSIONED;
use std::cell::{Cell, RefCell};
use std::collections::VecDeque;