lift pos up one level out of lib
commit8ef834e38b9d18a33e0461fe58a4e790efdb174f
authorShayne Fletcher <shaynefletcher@fb.com>
Tue, 29 Mar 2022 20:42:22 +0000 (29 13:42 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 29 Mar 2022 20:42:22 +0000 (29 13:42 -0700)
treee8360f100273abd0a32587195102616afd51af08
parentbe40773a116d2659d0f48aa817944dea703544ae
lift pos up one level out of lib

Summary: move `pos` out of `lib`

Reviewed By: edwinsmith

Differential Revision: D35215184

fbshipit-source-id: 37d8b141e724a96e8476e15163e74f24d55333f2
14 files changed:
hphp/hack/src/rupro/cargo/decl_file/Cargo.toml
hphp/hack/src/rupro/cargo/decl_folded_class_ffi/Cargo.toml
hphp/hack/src/rupro/cargo/decl_repo/Cargo.toml
hphp/hack/src/rupro/cargo/hackrs/Cargo.toml
hphp/hack/src/rupro/cargo/hackrs_test/Cargo.toml
hphp/hack/src/rupro/cargo/hackrs_test_utils/Cargo.toml
hphp/hack/src/rupro/cargo/stc_ffi/Cargo.toml
hphp/hack/src/rupro/lib/pos/Cargo.toml [deleted file]
hphp/hack/src/rupro/lib/pos/lib.rs [deleted file]
hphp/hack/src/rupro/pos/cargo/pos/Cargo.toml [new file with mode: 0644]
hphp/hack/src/rupro/pos/pos.rs [moved from hphp/hack/src/rupro/lib/pos/pos.rs with 98% similarity]
hphp/hack/src/rupro/pos/relative_path.rs [moved from hphp/hack/src/rupro/lib/pos/relative_path.rs with 100% similarity]
hphp/hack/src/rupro/pos/symbol.rs [moved from hphp/hack/src/rupro/lib/pos/symbol.rs with 99% similarity]
hphp/hack/src/rupro/pos/to_oxidized.rs [moved from hphp/hack/src/rupro/lib/pos/to_oxidized.rs with 100% similarity]