Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 5459065

Browse files
committed
update for language changes
1 parent df1490e commit 5459065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

computed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ fn convert_net_display_value(value: n::v::CssDisplayValue) -> CSSValue<CSSDispla
194194
n::v::CssDisplayInline => Specified(CSSDisplayInline),
195195
n::v::CssDisplayBlock => Specified(CSSDisplayBlock),
196196
n::v::CssDisplayListItem => Specified(CSSDisplayListItem),
197-
n::v::CssDisplayRunIn => fail!(unimpl("display: run-in")), // FIXME: Not in CSS 2.1
197+
n::v::CssDisplayRunIn => unimpl("display: run-in"), // FIXME: Not in CSS 2.1
198198
n::v::CssDisplayInlineBlock => Specified(CSSDisplayInlineBlock),
199199
n::v::CssDisplayTable => Specified(CSSDisplayTable),
200200
n::v::CssDisplayInlineTable => Specified(CSSDisplayInlineTable),

0 commit comments

Comments
 (0)