Skip to content

Commit

Permalink
remove @Manual comments from fast_float includes
Browse files Browse the repository at this point in the history
Reviewed By: skrueger

Differential Revision: D70002186

fbshipit-source-id: 02e283912d6ab5563bfa6584875d597f1b3a5ec3
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Feb 21, 2025
1 parent cc2a0c7 commit 31b776f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third-party/folly/src/folly/Conv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <folly/lang/SafeAssert.h>

#include <fast_float/fast_float.h> // @manual=fbsource//third-party/fast_float:fast_float
#include <fast_float/fast_float.h>

namespace folly {
namespace detail {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include <folly/stop_watch.h>

#include <double-conversion/double-conversion.h>
#include <fast_float/fast_float.h> // @manual=fbsource//third-party/fast_float:fast_float
#include <fast_float/fast_float.h>

template <typename T, typename... A>
using detect_std_from_chars = decltype(void(std::from_chars(
Expand Down

0 comments on commit 31b776f

Please sign in to comment.