Skip to content

Commit 7d786af

Browse files
committed
Move HIR to types
1 parent cbfa011 commit 7d786af

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

aesophia_aci/src/aci.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ impl<'de> Deserialize<'de> for Type {
382382
type Value = Type;
383383

384384
fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
385-
formatter.write_str("you to read the docs xd")
385+
formatter.write_str("you to read the docs")
386386
}
387387

388388
fn visit_str<E>(self, s: &str) -> Result<Self::Value, E> {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)