From a2d0e251a0fee8629d442259a022d63b34c9afbf Mon Sep 17 00:00:00 2001 From: Beomjin Kim Date: Wed, 9 Dec 2015 16:17:50 +0900 Subject: [PATCH] Removed space between doc comment and the actual code of pub struct Browser --- components/servo/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/servo/lib.rs b/components/servo/lib.rs index d6f94263d59..0fd5a324fff 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -114,7 +114,6 @@ pub use export::url; /// application Servo is embedded in. Clients then create an event /// loop to pump messages between the embedding application and /// various browser components. - pub struct Browser { compositor: Box, }