mirror of
https://gitee.com/openharmony/third_party_rust_bitflags
synced 2024-11-23 07:10:11 +00:00
Update url refs to bitflags for new org (#159)
This commit is contained in:
parent
056b4a1073
commit
8b7ad83d70
@ -9,8 +9,8 @@ authors = ["The Rust Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
keywords = ["bit", "bitmask", "bitflags", "flags"]
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-lang-nursery/bitflags"
|
||||
homepage = "https://github.com/rust-lang-nursery/bitflags"
|
||||
repository = "https://github.com/bitflags/bitflags"
|
||||
homepage = "https://github.com/bitflags/bitflags"
|
||||
documentation = "https://docs.rs/bitflags"
|
||||
categories = ["no-std"]
|
||||
description = """
|
||||
@ -18,7 +18,7 @@ A macro to generate structures which behave like bitflags.
|
||||
"""
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "rust-lang-nursery/bitflags" }
|
||||
travis-ci = { repository = "bitflags/bitflags" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
@ -3,10 +3,10 @@ bitflags
|
||||
|
||||
A Rust macro to generate structures which behave like a set of bitflags
|
||||
|
||||
[![Build Status](https://travis-ci.org/rust-lang-nursery/bitflags.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/bitflags)
|
||||
[![Build Status](https://travis-ci.com/bitflags/bitflags.svg?branch=master)](https://travis-ci.com/bitflags/bitflags)
|
||||
|
||||
- [Documentation](https://docs.rs/bitflags)
|
||||
- [Release notes](https://github.com/rust-lang-nursery/bitflags/releases)
|
||||
- [Release notes](https://github.com/bitflags/bitflags/releases)
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -722,7 +722,7 @@ macro_rules! __impl_bitflags {
|
||||
// Debug and all() we want to ignore everything but #[cfg] attributes. In
|
||||
// particular, including a #[deprecated] attribute on those items would fail
|
||||
// to compile.
|
||||
// https://github.com/rust-lang-nursery/bitflags/issues/109
|
||||
// https://github.com/bitflags/bitflags/issues/109
|
||||
//
|
||||
// Input:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user