-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove from_str and From impls from types
- Due to assumptions made about the contents of a type (for instance a start tag must end in '>'), the ability to construct token and property types directly is removed. This also leaves open the door for further changes in the implementation. - Remove as_str(), as_bytes(), as_str_unchecked(), to_str(), and into_inner() from Attribute and Attributes types. Both are opaque types.
- Loading branch information
Showing
5 changed files
with
265 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.