Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmt: Reexport Alignment (unstable) #32187

Closed
wants to merge 1 commit into from
Closed

Conversation

bluss
Copy link
Member

@bluss bluss commented Mar 11, 2016

fmt: Reexport Alignment (unstable)

Alignment is returned by the unstable method Formatter::align. Without
this change, the links to it in documentation are dead.

`Alignment` is returned by the unstable method Formatter::align. Without
this change, the links to it in documentation are dead.
@bluss
Copy link
Member Author

bluss commented Mar 11, 2016

r? @alexcrichton

@@ -38,6 +37,9 @@ pub use self::num::Radix;
pub use self::num::RadixFmt;
#[stable(feature = "debug_builders", since = "1.2.0")]
pub use self::builders::{DebugStruct, DebugTuple, DebugSet, DebugList, DebugMap};
#[unstable(feature = "fmt_flags_align", reason = "method was just created",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reason probably shouldn't mention method :P

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right.

@bluss
Copy link
Member Author

bluss commented Mar 11, 2016

So, to fill in a better reason, what is the reason this is still unstable? I'm not super sure from tracking issue #27726

@alexcrichton
Copy link
Member

This is actually also being done in #32133 which I think is what we'd prefer to do (redefine and translate vs reexport), but maybe that could be copied over here to land more quickly?

@bluss
Copy link
Member Author

bluss commented Mar 11, 2016

Your way seems good to me.

@bluss bluss closed this Mar 11, 2016
@bluss bluss deleted the fmt-alignment branch March 11, 2016 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants