diff options
| author | Corey Farwell <coreyf@rwell.org> | 2018-08-29 07:43:40 -0500 |
|---|---|---|
| committer | Corey Farwell <coreyf@rwell.org> | 2018-08-29 07:43:40 -0500 |
| commit | 9a8f206662d63d0218e7f8318c8ddbfccca6bfa8 (patch) | |
| tree | 5d0e8b8cc84b87538aa1e5b419459b63e68943cd | |
| parent | 2a486528ee13c861679c62a5451f7118591c3531 (diff) | |
| download | rust-9a8f206662d63d0218e7f8318c8ddbfccca6bfa8.tar.gz rust-9a8f206662d63d0218e7f8318c8ddbfccca6bfa8.zip | |
eof newline
| -rw-r--r-- | clippy_lints/src/ptr_offset_with_cast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/ptr_offset_with_cast.rs b/clippy_lints/src/ptr_offset_with_cast.rs index 08ae92d255e..f8e35f84db1 100644 --- a/clippy_lints/src/ptr_offset_with_cast.rs +++ b/clippy_lints/src/ptr_offset_with_cast.rs @@ -147,4 +147,4 @@ impl fmt::Display for Method { Method::WrappingOffset => write!(f, "wrapping_offset"), } } -} \ No newline at end of file +} |
