solana/entry/src/lib.rs

6 lines
85 B
Rust

#![allow(clippy::integer_arithmetic)]
pub mod entry;
pub mod poh;
extern crate log;