Run cargo fmt

This commit is contained in:
Charlie Marsh 2022-11-16 09:15:22 -05:00
parent b4e1563517
commit 72e35a535e
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
use std::borrow::Cow;
use crate::ast;
use fnv::FnvHashMap;
use crate::ast;
#[derive(Debug, Hash, Ord, PartialOrd, Eq, PartialEq)]
pub struct ImportFromData<'a> {
pub module: &'a Option<String>,