fix image_button link

Signed-off-by: german gomez <germangb42@gmail.com>
This commit is contained in:
german gomez 2019-04-21 18:12:30 +02:00
parent 41d6ccc6b3
commit bce3c33ed1
No known key found for this signature in database
GPG Key ID: 1B4B35B9E05D3D4C

View File

@ -111,7 +111,7 @@ impl<'ui> Image<'ui> {
/// Represent an image button about to be drawn.
/// See [`Ui::image`].
/// See [`Ui::image_button`].
///
/// Create your image button using the builder pattern then [`ImageButton::build`] it.
#[must_use]