| 477 | /// A name of a database |
| 478 | #[derive(Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] |
| 479 | pub struct UnresolvedDatabaseName(pub Ident); |
| 480 | |
| 481 | impl AstDisplay for UnresolvedDatabaseName { |
| 482 | fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) { |
no outgoing calls
no test coverage detected