//! Suspicious-pattern rules — code that's almost always a mistake but not
//! a syntax error.
pub use AssignmentInCondition;
pub use Browser;
pub use ImplicitAssignment;
pub use RedundantEquals;
pub use RedundantIfelse;
pub use Repeat;
pub use ShadowedBuiltin;