consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
This commit is contained in:
parent
114da84996
commit
3dad266f40
34 changed files with 90 additions and 88 deletions
|
@ -12,7 +12,7 @@ pub use self::caches::{
|
|||
};
|
||||
|
||||
mod config;
|
||||
pub use self::config::{QueryConfig, QueryDescription, QueryVtable};
|
||||
pub use self::config::{QueryConfig, QueryDescription, QueryVTable};
|
||||
|
||||
use crate::dep_graph::{DepNodeIndex, HasDepContext, SerializedDepNodeIndex};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue