Skip to content
Snippets Groups Projects
  • Alejandro Perea's avatar
    Add some missing attributes (#173) · dab7cb6b
    Alejandro Perea authored
    * Add attributes
    - `#[inline]` for properties
    - `#![deny(unsafe_code)]`
    - `#![deny(missing_copy_implementations)]`
    - `#![deny(missing_debug_implementations)]`
    
    * Add more inline attributes
    
    * Merge with upstream
    dab7cb6b