]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/impls/post.rs
Cache & Optimize Woodpecker CI (#3450)
[lemmy.git] / crates / db_schema / src / impls / post.rs
index b775860a45a31a66fe506c0ee89a8e8e860d2459..f10d0cd2793ff515dc2ff24190d02cd87e8bbdba 100644 (file)
@@ -329,6 +329,9 @@ impl Readable for PostRead {
 
 #[cfg(test)]
 mod tests {
+  #![allow(clippy::unwrap_used)]
+  #![allow(clippy::indexing_slicing)]
+
   use crate::{
     source::{
       community::{Community, CommunityInsertForm},