lib/nitcc_runtime: extract `Position::underline` from objcwrapper
[nit.git] / lib / buffered_ropes.nit
index 1f92337..8ed1f6b 100644 (file)
@@ -22,7 +22,7 @@
 # and reallocations when concatenating `String` objects.
 module buffered_ropes
 
-intrude import standard::text::ropes
+intrude import core::text::ropes
 
 # Hidden buffer, used to simulate a `FlatBuffer` on a short string.
 #