mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Replace last vec::Vec2
This commit is contained in:
parent
4c00dd3b72
commit
d72584718b
@ -100,7 +100,7 @@ impl Orientation {
|
||||
///
|
||||
/// ```rust
|
||||
/// # use cursive::direction::Orientation;
|
||||
/// # use cursive::vec::Vec2;
|
||||
/// # use cursive::Vec2;
|
||||
/// let o = Orientation::Horizontal;
|
||||
/// let vec = o.make_vec(1, 2);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user