From 8fbb764c9eae84faf5eeaecb0e420fdcce64a37b Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 16 Jun 2019 23:02:52 +0200 Subject: [PATCH] Move Borders documentation --- src/widgets/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/mod.rs b/src/widgets/mod.rs index b69dcc7..700ca23 100644 --- a/src/widgets/mod.rs +++ b/src/widgets/mod.rs @@ -29,8 +29,8 @@ use crate::layout::Rect; use crate::style::{Color, Style}; use crate::terminal::Frame; -/// Bitflags that can be composed to set the visible borders essentially on the block widget. bitflags! { + /// Bitflags that can be composed to set the visible borders essentially on the block widget. pub struct Borders: u32 { /// Show no border (default) const NONE = 0b0000_0001;