Add GitHub CI and fix clippy warnings

This commit is contained in:
oxalica 2024-08-31 22:48:03 -04:00
parent 812d6c8602
commit 5fadffef4d
5 changed files with 106 additions and 1 deletions

View file

@ -27,3 +27,6 @@ uuid = { version = "1", features = ["v4"] }
blah = { path = "..", features = ["rusqlite"] }
basic-toml = "0.1.9"
serde-inline-default = "0.2.0"
[lints]
workspace = true

View file

@ -356,7 +356,7 @@ async fn room_get_feed(
))
}
/// Ref: https://www.jsonfeed.org/version/1.1/
/// Ref: <https://www.jsonfeed.org/version/1.1/>
#[derive(Debug, Serialize)]
#[serde(tag = "version", rename = "https://jsonfeed.org/version/1.1")]
struct FeedRoom {