Implement Upcasting without nightly support (#825)

This commit is contained in:
TrueDoctor
2022-10-26 01:37:18 +02:00
committed by Keavon Chambers
parent 4ec600957c
commit ae7affda74
4 changed files with 49 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
#![feature(trait_upcasting)]
pub mod node_registry;
pub mod document;