remove spurious use from default_context.rs (#8073)

For some reason this "Use" in default_context.rs was in the code,
but it is not being "used" --- pun intended...
This commit is contained in:
Michael Angerman 2023-02-13 12:14:20 -08:00 committed by GitHub
parent 4c787af26d
commit 2f10d19c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,7 +358,6 @@ pub fn create_default_context() -> EngineState {
ToToml,
ToTsv,
Touch,
Use,
Upsert,
Where,
ToXml,