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:
parent
69a879f3d1
commit
173d2aaa00
6 changed files with 51 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue