diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2019-01-22 18:48:36 +0100 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-01-22 19:23:32 +0100 |
| commit | 5f7006df5a945332e4f2a20a88b3ded8ce5c44fa (patch) | |
| tree | def681a6daebbb75d6023d3dae924ee8f7bf876c /library/stdarch/examples/hex.rs | |
| parent | 51e7d81a38de12a9cc99c2c67a8a7ea643581bb4 (diff) | |
| download | rust-5f7006df5a945332e4f2a20a88b3ded8ce5c44fa.tar.gz rust-5f7006df5a945332e4f2a20a88b3ded8ce5c44fa.zip | |
Fix clippy issues
Diffstat (limited to 'library/stdarch/examples/hex.rs')
| -rw-r--r-- | library/stdarch/examples/hex.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/stdarch/examples/hex.rs b/library/stdarch/examples/hex.rs index 37f2ce70160..9e6c84c11d2 100644 --- a/library/stdarch/examples/hex.rs +++ b/library/stdarch/examples/hex.rs @@ -22,6 +22,7 @@ clippy::option_unwrap_used, clippy::shadow_reuse, clippy::cast_possible_wrap, + clippy::cast_ptr_alignment, clippy::cast_sign_loss, clippy::missing_docs_in_private_items ) |
