mirror of
https://github.com/bspeice/aeron-rs
synced 2025-07-04 15:25:43 -04:00
Format, clippy, and start the docs
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#![allow(non_upper_case_globals)]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
#![allow(clippy::all)]
|
||||
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
||||
|
||||
#[cfg(test)]
|
||||
|
Reference in New Issue
Block a user