Implement Upcasting without nightly support (#825)

This commit is contained in:
TrueDoctor
2022-10-25 16:37:18 -07:00
committed by GitHub
parent a65ac7ddfd
commit 52048cb0d2
4 changed files with 49 additions and 6 deletions
-1
View File
@@ -1,4 +1,3 @@
#![feature(trait_upcasting)]
pub mod node_registry;
pub mod document;