This repository was archived by the owner on Nov 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- // This Source Code Form is subject to the terms of the Mozilla Public
2
- // License, v. 2.0. If a copy of the MPL was not distributed with this
3
- // file, You can obtain one at http://mozilla.org/MPL/2.0/.
1
+ /* This Source Code Form is subject to the terms of the Mozilla Public
2
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
4
5
5
//! High-level, safe bindings for JS typed array APIs. Allows creating new
6
6
//! typed arrays or wrapping existing JS reflectors, and prevents reinterpreting
Original file line number Diff line number Diff line change 1
- // This Source Code Form is subject to the terms of the Mozilla Public
2
- // License, v. 2.0. If a copy of the MPL was not distributed with this
3
- // file, You can obtain one at http://mozilla.org/MPL/2.0/.
1
+ /* This Source Code Form is subject to the terms of the Mozilla Public
2
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
4
5
5
#[ macro_use]
6
6
extern crate js;
You can’t perform that action at this time.
0 commit comments