Stop using ScopeGuardImpl in DynamicParser
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 11 Jan 2018 01:52:11 +0000 (17:52 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 11 Jan 2018 02:20:14 +0000 (18:20 -0800)
commit5277a636b62a8f9c80756012de9bae80358ee30e
treedc637ffaef87f72a2217174a21d5b4e40827a86e
parent7bf1486094cccb266e789a378d8e5f91e3cb7780
Stop using ScopeGuardImpl in DynamicParser

Summary:
[Folly] Stop using `ScopeGuardImpl` in `DynamicParser`.

`ScopeGuardImpl` is an impl type that should not be treated as public.

Reviewed By: igorsugak

Differential Revision: D6689835

fbshipit-source-id: aea6c985e40887594c0aeb0c0948fa77c149a89b
folly/experimental/DynamicParser-inl.h
folly/experimental/DynamicParser.cpp
folly/experimental/DynamicParser.h
folly/experimental/test/DynamicParserTest.cpp