eliminate `lib` from ty crate
[hiphop-php.git] / hphp / hack / src / rupro / ty / typing_error / error_code.rs
blobb5508264e2dc5ead9fa3c4046b3e8ee22f6486ea
1 // Copyright (c) Facebook, Inc. and its affiliates.
2 //
3 // This source code is licensed under the MIT license found in the
4 // LICENSE file in the "hack" directory of this source tree.
5 use oxidized::error_codes::Typing;
7 pub type TypingErrorCode = Typing;