Skip to content

Commit 737248c

Browse files
author
Test User
committed
Merge remote-tracking branch 'gitea/task/2811-fix-orphaned-floor-char-tests'
2 parents 528ca92 + f2b6b4e commit 737248c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraphim_server/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ pub async fn build_router_for_tests() -> Router {
666666
mod tests {
667667
use super::*;
668668

669-
// --- floor_char_boundary ---
669+
// --- floor_char_boundary (stdlib str::floor_char_boundary, stable since MSRV 1.91.0) ---
670670

671671
#[test]
672672
fn floor_char_boundary_index_beyond_len_returns_len() {

0 commit comments

Comments
 (0)