Run cargo fmt

This commit is contained in:
Charlie Marsh 2022-11-16 09:15:22 -05:00
parent b4e1563517
commit 72e35a535e

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>,