Skip to main content

miskatonic/
main.rs

1//! Run ad-hoc experimental snippets and throwaway tests.
2#![feature(exit_status_error)]
3
4/// Run ad‑hoc experimental snippets and throwaway tests.
5#[ytil_sys::main]
6#[allow(clippy::unnecessary_wraps, clippy::missing_const_for_fn)]
7fn main() -> rootcause::Result<()> {
8    Ok(())
9}