Skip to content

Commit

Permalink
feat(visit): Add support for Arc<T> (#1256)
Browse files Browse the repository at this point in the history
swc_visit:
 - Support Visit and VisitAll for Arc<T>
  • Loading branch information
kdy1 authored Dec 8, 2020
1 parent 2e29d78 commit 718f478
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 338 deletions.
2 changes: 1 addition & 1 deletion visit/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_visit_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.1"
version = "0.2.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Loading

0 comments on commit 718f478

Please sign in to comment.