Skip to content

Commit

Permalink
feat: add ability to parse links on html pages (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Mar 26, 2021
1 parent fe6ad15 commit a9e7170
Show file tree
Hide file tree
Showing 12 changed files with 1,765 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
condense_wildcard_suffixes = true
format_code_in_doc_comments = true
format_strings = true
license_template_path = ".build/license-header.txt"
group_imports = "StdExternalCrate"
imports_granularity = "Module"
license_template_path = ".build/license-header.txt"
newline_style = "Unix"
normalize_comments = true
normalize_doc_attributes = true
reorder_impl_items = true
group_imports = "StdExternalCrate"
use_field_init_shorthand = true
version = "Two"
wrap_comments = true
Loading

0 comments on commit a9e7170

Please sign in to comment.