Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Enforce lint checks #369

Closed
rossmuir opened this issue Jun 16, 2015 · 1 comment
Closed

Enforce lint checks #369

rossmuir opened this issue Jun 16, 2015 · 1 comment

Comments

@rossmuir
Copy link

Add the following lint checks to lib.rs (crust is a good example to check)

#![deny(deprecated, improper_ctypes, missing_docs, non_shorthand_field_patterns,
overflowing_literals, plugin_as_library, private_no_mangle_fns, private_no_mangle_statics,
raw_pointer_derive, stable_features, unconditional_recursion, unknown_lints, unsafe_code,
unsigned_negation, unused, unused_allocation, unused_attributes, unused_comparisons,
unused_features, unused_parens, while_true)] 

#![warn(trivial_casts, trivial_numeric_casts, unused_extern_crates, unused_import_braces,
unused_qualifications, variant_size_differences)]
@benjaminbollen
Copy link

@ghost ghost assigned ghost and unassigned benjaminbollen Sep 18, 2015
@ghost ghost closed this as completed in 749dec8 Sep 19, 2015
benjaminbollen pushed a commit that referenced this issue Sep 19, 2015
maqi pushed a commit to maqi/routing that referenced this issue Oct 6, 2016
…lure

SDM reply post_failure when new_data or ownership is invalid
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants