Grapevine is a Matrix homeserver, forked from Conduit 0.7.0
Find a file
Charles Hall e3672eb4e0
enable unused_self lint
Functions using `services()` are allowed to pointlessly take `self`
because the existence of `services()` is a crime and the solution is
making the types store references to their dependencies and then going
through `self`, so just allowing the lint saves us from modifying some
code only to switch it back later. Much later. Getting rid of
`services()` will probably be an ordeal.
2024-05-14 20:01:25 -07:00
bin remove documentation, metadata, etc 2024-04-30 21:54:55 -07:00
src enable unused_self lint 2024-05-14 20:01:25 -07:00
.envrc add script to build and push to binary cache 2024-01-25 11:34:46 -08:00
.gitignore add gitignore 2024-04-30 21:54:56 -07:00
.gitlab-ci.yml rename conduit to grapevine 2024-04-30 21:54:56 -07:00
Cargo.lock enable string_slice lint 2024-05-12 19:08:12 -07:00
Cargo.toml enable unused_self lint 2024-05-14 20:01:25 -07:00
clippy.toml enable doc_markdown lint 2024-05-14 16:34:10 -07:00
default.nix feat: support non-flake users 2024-02-01 19:19:56 -08:00
engage.toml run clippy for no, default, and all features 2024-04-30 21:54:56 -07:00
flake.lock unpin crane because the bug was fixed 2024-04-21 12:31:57 -07:00
flake.nix rename conduit to grapevine 2024-04-30 21:54:56 -07:00
LICENSE.md convert license to markdown 2024-04-30 21:54:56 -07:00
rust-toolchain.toml update rust toolchain 2024-01-25 21:44:40 -08:00
rustfmt.toml chore: get rid of warnings 2021-03-18 18:33:43 +01:00