From 30ae4bc89b3a3dc7fad64e624eeb20ed645256f5 Mon Sep 17 00:00:00 2001 From: Carlos Liam Date: Tue, 6 Oct 2015 13:06:39 -0400 Subject: [PATCH] Replace multiple trailing newlines with a single trailing newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry I didn’t get this in the last PR (#28864), I hadn’t thought of it. --- ownership.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ownership.md b/ownership.md index e80c64c..6be8d3b 100644 --- a/ownership.md +++ b/ownership.md @@ -64,4 +64,3 @@ does in fact live as long as we needed. However it was *changed* while we had a reference into it. This is why Rust requires any references to freeze the referent and its owners. -