Rename walker::Walker to visitor::Walkable
commit36d48b9cc21ecbb25948e5af789670c22fd141e0
authorJake Bailey (Hacklang) <jakebailey@fb.com>
Sat, 5 Feb 2022 05:44:27 +0000 (4 21:44 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sat, 5 Feb 2022 05:46:37 +0000 (4 21:46 -0800)
tree9e947b884c06dd92086a6c5c9c91d483098f1f8d
parent5df4091b420856afa3f012321130ab111a89645f
Rename walker::Walker to visitor::Walkable

Summary: Walker->Walkable suggested by edwinsmith on D33857599 (https://github.com/facebook/hhvm/commit/7ae0e087940f6a8b8bb80cdeab024b1b93225c75). Renamed the walker module to `visitor` rather than `walkable`.

Reviewed By: edwinsmith

Differential Revision: D34010096

fbshipit-source-id: 87668b07b1547dbe00f188cbfd49519f7dd80d82
hphp/hack/src/rupro/lib/mod.rs
hphp/hack/src/rupro/lib/reason.rs
hphp/hack/src/rupro/lib/typing_defs/ty.rs
hphp/hack/src/rupro/lib/visitor.rs [moved from hphp/hack/src/rupro/lib/walker.rs with 61% similarity]