We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfa011 commit 7d786afCopy full SHA for 7d786af
aesophia_aci/src/aci.rs
@@ -382,7 +382,7 @@ impl<'de> Deserialize<'de> for Type {
382
type Value = Type;
383
384
fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
385
- formatter.write_str("you to read the docs xd")
+ formatter.write_str("you to read the docs")
386
}
387
388
fn visit_str<E>(self, s: &str) -> Result<Self::Value, E> {
aesophia_backend_fate/src/convert.rs renamed to aesophia_types/src/hir/convert.rs
aesophia_backend_fate/src/hir.rs renamed to aesophia_types/src/hir/hir.rs
0 commit comments