Merge pull request #216 from germangb/doc-link

fix image_button link in docs
This commit is contained in:
Joonas Javanainen 2019-06-03 21:09:48 +03:00 committed by GitHub
commit 9da5b3826b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]