We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tooltip
1 parent b5095da commit 9d0497fCopy full SHA for 9d0497f
app/components/edition.hbs
@@ -1,7 +1,7 @@
1
<span>
2
{{@version.edition}} edition
3
4
- <EmberTooltip>
+ <Tooltip>
5
This crate version does not declare a Minimum Supported Rust Version, but
6
does require the {{@version.edition}} Rust Edition.
7
@@ -10,5 +10,5 @@
10
but this crate may require features that were added in later versions of
11
Rust.
12
</div>
13
- </EmberTooltip>
+ </Tooltip>
14
</span>
0 commit comments