Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
config: remove nonstd namespace for expected_lite
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruChan committed Jan 13, 2024
1 parent a7f38a7 commit 8172dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ regex = [
"^shared_ptr_cache", # websocketpp?
"^static_string", # for mc
"^.*VariantBuilder", # for mc
"^nonstd::.*", # for expected_lite
]

[ignore]
Expand Down Expand Up @@ -264,7 +265,6 @@ regex = [
{ regex = "^OS::.*", dst = "external/lib_http_client", override = false },
{ regex = "^cg::.*", dst = "deps/core_graphics/common", override = false },
{ regex = "^SFAT::.*", dst = "external/sfat", override = false },
{ regex = "^nonstd::.*", dst = "external/nonstd", override = false },
{ regex = "^qrcodegen::.*", dst = "external/qrcodegen", override = false },
{ regex = "^storeSearch::.*", dst = "client/store", override = false },
{ regex = "^SFAT::.*", dst = "external/sfat", override = false },
Expand Down

0 comments on commit 8172dc8

Please sign in to comment.