Trying very hard not to miss calendar events
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove dead code, silence remaining warnings

Co-authored-by: Claude <noreply@anthropic.com>

+1 -4
-4
crates/alarma-eds/src/ffi/mod.rs
··· 75 75 Ok(sources) 76 76 } 77 77 } 78 - 79 - pub fn as_ptr(&self) -> *mut bindings::ESourceRegistry { 80 - self.ptr 81 - } 82 78 } 83 79 84 80 impl Drop for SourceRegistry {
+1
crates/alarma-eds/src/lib.rs
··· 21 21 //! } 22 22 //! ``` 23 23 24 + #[allow(warnings, clippy::all)] 24 25 mod bindings; 25 26 mod ffi; 26 27 pub mod repository;