File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1295,7 +1295,7 @@ dropAround p = dropWhile p . dropWhileEnd p
1295
1295
-- > dropWhile isSpace
1296
1296
stripStart :: Text -> Text
1297
1297
stripStart = dropWhile isSpace
1298
- {-# INLINE [1] stripStart #-}
1298
+ {-# INLINE stripStart #-}
1299
1299
1300
1300
-- | /O(n)/ Remove trailing white space from a string. Equivalent to:
1301
1301
--
Original file line number Diff line number Diff line change @@ -1241,7 +1241,7 @@ dropAround p = dropWhile p . dropWhileEnd p
1241
1241
-- > dropWhile isSpace
1242
1242
stripStart :: Text -> Text
1243
1243
stripStart = dropWhile isSpace
1244
- {-# INLINE [1] stripStart #-}
1244
+ {-# INLINE stripStart #-}
1245
1245
1246
1246
-- | /O(n)/ Remove trailing white space from a string. Equivalent to:
1247
1247
--
You can’t perform that action at this time.
0 commit comments