We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b603ed commit 92d9009Copy full SHA for 92d9009
1 file changed
rust/ruby-rbs-sys/src/lib.rs
@@ -21,9 +21,6 @@ mod tests {
21
static INIT: Once = Once::new();
22
23
fn setup() {
24
- INIT.call_once(|| unsafe {
25
- rbs_constant_pool_init(RBS_GLOBAL_CONSTANT_POOL, 26);
26
- });
27
}
28
29
#[test]
0 commit comments