Skip to content

Commit 649a39a

Browse files
committed
Edition: Use Tooltip component
1 parent 674061e commit 649a39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/edition.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<span>
22
{{@version.edition}} edition
33

4-
<EmberTooltip>
4+
<Tooltip>
55
This crate version does not declare a Minimum Supported Rust Version, but
66
does require the {{@version.edition}} Rust Edition.
77

@@ -10,5 +10,5 @@
1010
but this crate may require features that were added in later versions of
1111
Rust.
1212
</div>
13-
</EmberTooltip>
13+
</Tooltip>
1414
</span>

0 commit comments

Comments
 (0)