1
0
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:
2019-09-19 23:06:37 -04:00
parent e43c035aed
commit 6018b12670
3 changed files with 25 additions and 13 deletions

View File

@ -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)]