Skip to content

Commit

Permalink
Apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Oct 5, 2023
1 parent 1e565b1 commit 567cfc6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### Feature Enhancements

- [FEATURE](https://github.com/boa-dev/ryu-js/pull/35):
ECMAScript specification complaint `Number.prototype.toFixed()` implementation. (@HalidOdat)
ECMAScript specification compliant `Number.prototype.toFixed()` implementation. (@HalidOdat)

### Internal Improvements

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ryu-js"
version = "1.0.0" # don't forget to update html_root_url
version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>", "boa-dev"]
categories = ["value-formatting", "no-std"]
description = "Fast floating point to string conversion, ECMAScript compliant."
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
//! notation.

#![no_std]
#![doc(html_root_url = "https://docs.rs/ryu-js/1.0.0")]
#![allow(
clippy::cast_lossless,
clippy::cast_possible_truncation,
Expand Down

0 comments on commit 567cfc6

Please sign in to comment.