diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-08-10 07:21:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-10 07:21:36 +0200 |
| commit | 0cbecda7fe7b20ce439a050c666b02d9aa27f4d8 (patch) | |
| tree | 6aa82bc355e54efe3597239b5f1be4f714312486 /src/test/rustdoc-json | |
| parent | f9d6cc58b42ce3bd57e0d8d7ec229d740afad381 (diff) | |
| parent | 0fd4db37168eecfc6d43e89e65c814b806c383a2 (diff) | |
| download | rust-0cbecda7fe7b20ce439a050c666b02d9aa27f4d8.tar.gz rust-0cbecda7fe7b20ce439a050c666b02d9aa27f4d8.zip | |
Rollup merge of #100332 - eholk:stabilize-ilog, r=scottmcm
Rename integer log* methods to ilog* This reflects the concensus from the libs team as reported at https://github.com/rust-lang/rust/issues/70887#issuecomment-1209513261. Joint work with `@yoshuawuyts.`
Diffstat (limited to 'src/test/rustdoc-json')
| -rw-r--r-- | src/test/rustdoc-json/primitive.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc-json/primitive.rs b/src/test/rustdoc-json/primitive.rs index b84c2f7c6ac..e6a99c25946 100644 --- a/src/test/rustdoc-json/primitive.rs +++ b/src/test/rustdoc-json/primitive.rs @@ -7,8 +7,8 @@ mod usize {} // @set local_crate_id = primitive.json "$.index[*][?(@.name=='primitive')].crate_id" -// @has - "$.index[*][?(@.name=='log10')]" -// @!is - "$.index[*][?(@.name=='log10')].crate_id" $local_crate_id +// @has - "$.index[*][?(@.name=='ilog10')]" +// @!is - "$.index[*][?(@.name=='ilog10')].crate_id" $local_crate_id // @has - "$.index[*][?(@.name=='checked_add')]" // @!is - "$.index[*][?(@.name=='checked_add')]" $local_crate_id // @!has - "$.index[*][?(@.name=='is_ascii_uppercase')]" |
