remove quotation from filename
This commit is contained in:
parent
7bd385dc37
commit
0b25415559
2 changed files with 8 additions and 10 deletions
|
@ -110,7 +110,7 @@ pub enum ItemKind {
|
|||
Const,
|
||||
}
|
||||
|
||||
pub type Filename = Opaque;
|
||||
pub type Filename = String;
|
||||
|
||||
/// Holds information about an item in the crate.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue