Skip to content

Allow deprecated in polyfills - #72

Merged
bors[bot] merged 1 commit into
masterfrom
CAD97-patch-1
Apr 16, 2021
Merged

Allow deprecated in polyfills#72
bors[bot] merged 1 commit into
masterfrom
CAD97-patch-1

Conversation

@CAD97

Copy link
Copy Markdown
Owner

The whole point is to polyfill functionality on older rustc versions, so we need to use the deprecated LayoutErr rather than the new, more proper name of LayoutError.


bors: r+
🤖

The whole point is to polyfill functionality on older rustc versions, so we need to use the deprecated `LayoutErr` rather than the new, more proper name of `LayoutError`.
@bors

borsBot commented Apr 16, 2021

Copy link
Copy Markdown
Contributor

Build succeeded:

@bors
borsBot merged commit 1481056 into masterApr 16, 2021
@bors
borsBot deleted the CAD97-patch-1 branch April 16, 2021 03:07
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@CAD97